projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d90ddf8
)
build: Fix srcdir != builddir
author
Colin Walters
<walters@verbum.org>
Mon, 8 Apr 2013 14:16:58 +0000
(10:16 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 8 Apr 2013 14:16:58 +0000
(10:16 -0400)
gtk/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/gtk/tests/Makefile.am
b/gtk/tests/Makefile.am
index c7bd43a00336e24460ab68cc73f4bf1f7f324e4f..0bbd4f5197e38be7811c737e1ffa6dc41d0cb0b7 100644
(file)
--- a/
gtk/tests/Makefile.am
+++ b/
gtk/tests/Makefile.am
@@
-6,6
+6,8
@@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gdk \
+ -I$(top_builddir)/gtk \
+ -I$(top_srcdir)/gtk \
-DSRCDIR=\""$(abs_srcdir)"\" \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)